home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <employees>
- <!-- Employee 1 -->
- <employee id="A1234">
- <name>
- <first>John</first>
- <last>Doe</last>
- </name>
- <position>Programmer</position>
- <address>
- <street>123 Main Street</street>
- <city>Anywhere</city>
- <state>CA</state>
- <zip>92000</zip>
- </address>
- <phone>
- <main>(714) 555-1000</main>
- <fax>(714) 555-1001</fax>
- </phone>
- </employee>
-
- <!-- Employee 2 -->
- <employee>
- <name>Jane Doe</name>
- <title>Systems Analyst</title>
- <phone>(714) 555-1002</phone>
- </employee>
-
- </employees>
-